home *** CD-ROM | disk | FTP | other *** search
- ; This is where your registration key goes. If you have no
- ; registration key, just put in anything. The program will simply
- ; display an unregistered at the program start and pause for a couple
- ; of seconds
-
- KEY 0
-
- ;location of the fbp.exe (fb.exe) utility.
-
- fbp d:\max\fbp.exe
-
- ;Your max directory
-
- maxdir d:\max
-
- ; Location of a temporary directory where work can be done
- ; (re-archiving files, virus scanning...). The environment variable
- ; TMP is first used. If it is not defined, then this directory will be
- ; used. If that is not defined, subdirectories will be made beneath
- ; the directory from which MaxFile/2 was executed.
-
- TempDir d:\temp
-
- ;location of the area.bbs
-
- area.bbs d:\max\area.dat
-
- ;defaults for displaying file date and size
-
- Date yes
- size yes
-
- ; areas with which window1 and window 2 will open
- ; The numbers come from the area.dat. If you are not sure, it will
- ; default to areas 0 and 1. Then chose "a" from the main window and
- ; select your areas. The number from those areas can be inserted
- ; here.
-
- Window1area 0
- Window2area 35
-
- ; Command for viewing GIF files. It is assumed that the .GIF is taken
- ; as argument 1 of the commandline
-
- GIF joeview
-
- ; Command for viewing JPG files. It is assumed that the .JPG is taken
- ; as argument 1 of the commandline
-
- JPG joeview
-
- ; Command for viewing BMP files. It is assumed that the .BMP is taken
- ; as argument 1 of the commandline
-
- bmp joeview
-
- ; The following keyword determines the priority level of the
- ; re-archiver. If it is set to YES, the priority of the re-archiving
- ; is set to Idle, delta 1. If it is set to NO, the priority of the
- ; re-archiving is set to Normal, delta 0. The default is YES
-
- LowPriRearchive YES
-
- ; When adopting files, you can define here the description that you
- ; want given to the files. If you do not give one, a default
- ; description will be given for you
-
- DefDescription I don't know what this file is
-
- ; An External virus scanner can be used. The expected format for this
- ; command is that the scanner is run, taking a directory on the
- ; command line and all files in that directory will be scanned. The
- ; return code is expected to be 0 if no virii are found and non-zero
- ; otherwise. The example here is for Ann Mcafee's oscan.exe. The
- ; scanner is run in a separate session so you can watch it's progress.
-
- VirusCheck os2scan.exe /nopause /report c:\cprog\maxfile\virscan.log
-
- ; All archivers are assumed to take the first argument as the
- ; archive and the following as the files to be added (for archiving)
- ; This should work for most of you. I am not sure if DOS archivers
- ; will work. If you use one, let me know of your success or lack
- ; thereof.
-
- ;commands for archiving .zip files
-
- zip_extract unzip -x -o -U
- zip_add zip -9 -r
- zip_list unzip -v
- zip_test unzip -t
-
- ;commands for archiving .arj files
-
- arj_extract unarj e
- arj_add
- arj_list unarj l
- arj_test unarj t
-
- ;commands for archiving .lzh files
-
- lh_extract lh x
- lh_add lh a
- lh_list lh l
- lh_test lh t
-
- ;Commands for archiving .arc files
-
- arc_extract arc x
- arc_add arc a
- arc_list arc l
- arc_test arc v
-
- ;The following key word describes whether or not to touch (update the
- ;filedates on any files that are adopted. Choice of YES or NO.
-
- touch_adoptee YES
-
- ; The following config variable describes whether or not to
- ; automatically adopt orphans when reading in a new file list.
- ; The default is no. If it is yes, then whenever the area for a
- ; window is changed, all orphans are adopted.
-
- AutoAdopt NO
-
- ;File extensions to adopt. Maximum of 15, (three characters only!!!)
-
- adopt zip
- adopt txt
- adopt cmd
- adopt lzh
- adopt arc
- adopt arj
- adopt exe
- adopt bmp
- adopt jpg
- adopt gif
-
-
- ; Here you can specify the colors of many features of MaxFile/2.
- ; ColourName describes the colour of the name in the file list
- ; ColourSize describes the colour of the size in the file list
- ; ColourDate describes the colour of the date in the file list
- ; ColourDesc describes the colour of the file description in the file list
- ; ColourHighlight describes the background color for the highlighted
- ; selection
- ;
- ; Possible colours are BLACK (not recommended), RED, BLUE, MAGENTA,
- ; WHITE, GREEN, CYAN, BROWN, and YELLOW. It is not case sensitive but
- ; that never hurts. The default (if no colour is given) is WHITE
-
- ColourName BLUE
- ColourSize MAGENTA
- ColourDate GREEN
- ColourDesc RED
- ColourHighlight YELLOW
-